<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "gbk";


.menucss { width:100%; height:41px; background:url(../images/nav_bg1.jpg) repeat-x; }

.menu {
font-family: arial, sans-serif; 
width:980px; 
margin:0 auto;
}

.menu ul {
padding:0; 
margin:0;
list-style-type: none;
}

.menu ul li {
float:left; 
position:relative;
}

.menu ul li a, .menu ul li a:visited {
display:block; 
text-align:center; 
text-decoration:none; 
width:120px; 
height:41px; 
color:#fff; 

border-width:1px 1px 0 0;
line-height:41px; 
font-size:14px;
font-weight:bold;
}

.menu ul li ul {
display: none;
}


.menu ul li:hover a {
color:#fff; 
background:url(../images/hd_n_c.png) no-repeat; 
}

a.hover{
color:#fff; 
background:url(../images/hd_n_c.png) no-repeat; 
}

.menu ul li:hover ul {
display:block; 
position:absolute; 
top:41px; 
left:5px; 
width:110px;
Z-index:100;
}

.menu ul li:hover ul li a {width:110px;
display:block; 
background:#B74F00; 
color:#fff;
font-weight:normal;
font-size:14px;
filter:alpha(opacity=80,FinishOpacity=80,Style=3,); 
-moz-opacity:0.8; 
opacity:0.8;

}

.menu ul li:hover ul li a:hover {width:110px;
background:#F35B00; 
color:#fff;

}





</pre></body></html>